home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / comms / www / arf-wizard / install-support < prev    next >
Text File  |  1999-05-14  |  631b  |  30 lines

  1. Echo "Installing support commands"
  2. If exists c:ed
  3.     echo "ED already Installed"
  4. Else
  5.   copy c/ed to c:
  6. Endif
  7. If exists c:join
  8.     echo "Join already Installed"
  9. else
  10.     copy c/join to c:
  11. Endif
  12. echo "Installing Logo Pic"
  13. copy env/arfwizard.pic envarc:
  14. copy env/arfwizard.pic env:
  15. echo "Installing Fonts"
  16. If exists fonts:FuturaB.font
  17.     echo "Font alreay installed"
  18. else
  19.     makedir fonts:futuraB
  20.     copy fonts/FuturaB.font fonts:
  21.     copy fonts/futuraB/12 fonts:futuraB
  22.     copy fonts/futuraB/16 fonts:futuraB
  23.     copy fonts/futuraB/20 fonts:futuraB
  24.     copy fonts/futuraB/32 fonts:futuraB
  25. endif
  26. Echo "Installation complete"
  27.  
  28.  
  29.  
  30.